home *** CD-ROM | disk | FTP | other *** search
- object frmSmallVol: TfrmSmallVol
- Left = 596
- Top = 250
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Vol'
- ClientHeight = 121
- ClientWidth = 113
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object sldVolume: TSlider
- Left = 40
- Top = 8
- Width = 33
- Height = 81
- TrackWidth = 3
- TrackColor = clBtnShadow
- ThumbHeight = 12
- ThumbColor = clBtnFace
- Orientation = slVertical
- Minimum = 0
- Maximum = 100
- Value = 0
- Ctl3D = True
- OnValueChange = VolumeChange
- end
- object cboMute: TCheckBox
- Left = 24
- Top = 96
- Width = 65
- Height = 17
- Caption = '&Mute all'
- TabOrder = 1
- OnClick = MuteChange
- end
- end
-